ComponentOne ASP.NET MVC Controls
MaxItems Property (AutoCompleteBase<T>)

C1.Web.Mvc Namespace > AutoCompleteBase<T> Class : MaxItems Property
Gets or sets the maximum number of items to display in the drop-down list.
Syntax
'Declaration
 
<DefaultValueAttribute(6)>
Public Overridable Property MaxItems As Integer
[DefaultValue(6)]
public virtual int MaxItems {get; set;}
See Also

Reference

AutoCompleteBase<T> Class
AutoCompleteBase<T> Members